home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd2.bin / Corel / Photopnt / Scripts / Effects / 100 add noise.csc < prev    next >
Text File  |  1999-03-28  |  230b  |  8 lines

  1. REM Created in CorelPhotoPaint Version 9.319
  2. REM Created On Sunday, March, 28, 1999 by dougch
  3.  
  4. WITHOBJECT "CorelPhotoPaint.Automation.9"
  5.     .EffectAddNoise 50, 50, FALSE, 0, 0, 5, 0, 0, 0, 0
  6.         .EndColorEffect 
  7. END WITHOBJECT
  8.